CSE 2231 Glossary
Binary Search Tree
A Binary Tree with the properties that, for all subtrees within a tree, the root's left node is less than the root, and the right node is greater than the root.
A Binary Tree with the properties that, for all subtrees within a tree, the root's left node is less than the root, and the right node is greater than the root.